From: Richard M. Stallman Date: Mon, 24 May 1993 17:44:37 +0000 (+0000) Subject: (NO_MATHERR): Defined. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96034 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=04f4386e0d0e563314bbf2c911ebcdf6774cb659;p=emacs.git (NO_MATHERR): Defined. --- diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 2002143042b..197d32c1ec0 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h @@ -43,3 +43,7 @@ return -1; \ strcpy (pty_name, name); \ } + +/* jpff@maths.bath.ac.uk reports `struct exception' is not defined + on this system, so inhibit use of matherr. */ +#define NO_MATHERR